home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d1
/
dsztutor.arc
/
GO.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1989-11-11
|
233 b
|
16 lines
echo off
cls
:again
echo Press [1] for Color display or [2] for Mono display...
select
if errorlevel 3 goto again
if errorlevel 2 goto two
if errorlevel 1 goto one
goto again
:one
color.bat
goto end
:two
mono.bat
:end